home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON04 / ACT04A / common4.cst / 00032_init path obj.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  152 b   |  7 lines

  1. on exitFrame
  2.   global gFollowPathObj
  3.   set gFollowPathObj=new(script "FollowPath.Obj",27,20,25)
  4.   initPath gFollowPathObj,3,18
  5.   go to frame "play"
  6. end
  7.